home *** CD-ROM | disk | FTP | other *** search
/ Hello Kitty - Big Fun Shapes & Numbers / Hello Kitty - Big Fun Shapes & Numbers (USA).bin / mac / _MATH / 00435.ls < prev    next >
Encoding:
Text File  |  1995-05-08  |  194 b   |  10 lines

  1. if (the keyDownScript contains "formatInput") = 0 then
  2.   when keyDown then formatInput()
  3. end if
  4. if (the timer - t) < 100 then
  5.   go(the frame)
  6. else
  7.   startTimer()
  8.   set questionAsked to 0
  9. end if
  10.